xen/arm: flush the entire dest_va 2MB mapping
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 24 Jan 2013 12:47:49 +0000 (12:47 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 24 Jan 2013 12:47:49 +0000 (12:47 +0000)
commit0be739ee82472b189c3bc46813ea66c0c1d9f7a6
tree7fbaf9c99c8628b898a98e9b9b0b31847c121601
parent34446a7e5ad47cc7902c384069a60fc3436f9f08
xen/arm: flush the entire dest_va 2MB mapping

At the beginning of setup_pagetables we modify a 2MB mapping but we only
flush the first 4KB of it.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/mm.c